type context.withoutCancelCtx
8 uses
context (current package)
context.go#L589: return withoutCancelCtx{parent}
context.go#L592: type withoutCancelCtx struct {
context.go#L596: func (withoutCancelCtx) Deadline() (deadline time.Time, ok bool) {
context.go#L600: func (withoutCancelCtx) Done() <-chan struct{} {
context.go#L604: func (withoutCancelCtx) Err() error {
context.go#L608: func (c withoutCancelCtx) Value(key any) any {
context.go#L612: func (c withoutCancelCtx) String() string {
context.go#L788: case withoutCancelCtx:
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)